home *** CD-ROM | disk | FTP | other *** search
/ Tech Arsenal 1 / Tech Arsenal (Arsenal Computer).ISO / tek-20 / nosvw.zip / NOSFILES.ZIP / STARTNOS.BAT < prev    next >
DOS Batch File  |  1991-09-18  |  629b  |  21 lines

  1. REM ============                                    NOSview [137]
  2. REM STARTNOS.BAT
  3. REM ============
  4.  
  5. REM   See NOSview\NOS for details of NOS startup options.
  6.  
  7. REM   Before starting NOS, the PROMPT is changed to a special
  8. REM   flashing prompt.  This is for when you shell out of NOS;
  9. REM   the flashing prompt reminds you that you are not in the
  10. REM   the top-level shell.
  11. REM   The second PROMPT statement at the end of the script
  12. REM   restores the prompt to its original setting when you exit
  13. REM   NOS.
  14.  
  15. @ECHO off
  16.  
  17. PROMPT $e[5mEXIT TO RETURN TO NOS $e[7m$p$g$e[m
  18. N:
  19. N:\nos_0618.exe
  20. PROMPT $e[7m$p$g $e[m
  21.